<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#solid{
	width:100%;
	height:530px;margin:0 auto;
	clear:both;
	position:relative;
}


#solid ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#solid ul li{
	position:absolute;
	top:0px; text-align:center;
	width:100%; margin:0 auto;
	height:530px;
	display:none;
	cursor:pointer;
}
#solid ul li img{
	 margin:0 auto;
}
#solid #btt{
	height:55px;
	top:485px;
	position:relative;
}
#solid #btt span{
	position:absolute;
	top:15px;
	left:45%;
	display:block;
	width:30px;
	height:8px;
	margin:0 15px;	
	text-align:center;
	background:#C60000;
	z-index:1000;
	cursor:pointer;
	filter:alpha(opacity=90); /*IE羯ら��鐚����嫜50%*/
	-moz-opacity:0.9; /*Firefox腱���鐚����嫜50%*/
	opacity:0.9;/*�銀�鐚����嫜50%*
}</pre></body></html>